home *** CD-ROM | disk | FTP | other *** search
- REMOVE.COM
-
-
- SYNTAX REMOVE [BOOKMARK] [/L]
-
- bookmark Name of the bookmark to remove
- /L List all bookmarks present in memory
-
-
- DESCRIPTION
-
- REMOVE removes a bookmark created by INSTALL, and in the process removes
- TSRs installed after the bookmark. INSTALL and REMOVE provide an easy-
- to-use and effective means for managing the TSRs in your system. If you
- run REMOVE with no bookmark name, it removes the most recently installed
- bookmark; if you run it with the /L switch, it lists all the bookmarks
- it finds in memory. When it removes a bookmark, REMOVE also removes any
- and all bookmarks installed after it. Thus, bookmarks-and TSRs-can only
- be removed in the reverse order in which they were installed. The source
- code for REMOVE is available on ZiffNet.
-
- EXAMPLES
-
- To set up your system so that SAVER, PC-DIAL, and LPT2File can be
- removed with a single command, type
-
- INSTALL ALL
- SAVER
- PC-DIAL
- LPT2FILE
-
- Then, when you're ready to remove them, type
-
- REMOVE ALL
-
- To set them up so that they can be removed separately, type
-
- INTALL SAVER
- SAVER
- INSTALL PC-DIAL
- PC-DIAL
- INSTALL LPT2FILE
- LPT2FILE
-
- Then the command
-
- REMOVE LPT2FILE
-
- removes LPT2FILE, the command
-
- REMOVE PC-DIAL
-
- removes PC-DIAL and LPT2FILE, and the command
-
- REMOVE SAVER
-
- removes SAVER, PC-DIAL, and LPT2FILE
-
- ** Special Note: This utility is also a mentioned in the Ziff-Davis Press
- book "PC Magazine's DOS 5 Techniques and Utilities" by Jeff Prosise. Both
- this DOCumentation file and in the book's utility reference stand as correct.